CommonEvent 1054
Name = "会話：カニ娘"

  999([1054])
  ConditionalBranch([1, 20, 0, 1, 0])
    JumpToLabel(["情報"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 2, 0])
    JumpToLabel(["質問"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 3, 0])
    JumpToLabel(["要求"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 4, 0])
    JumpToLabel(["贈与"])
    Empty([])

  BranchEnd([])
  Label(["情報"])
  ControlVariables([13, 13, 0, 2, 1, 100])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["kani_fc1", 0, 0, 2])
    ShowText(["\\n<Crab Girl>I wonder if these pincers are painful? Oh well, I only use them on violent people."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["kani_fc1", 0, 0, 2])
    ShowText(["\\n<Crab Girl>Mini Crab Girls live on the coast to the south. As they grow up, they move north toward Port Natalia."])
    ShowText([""])
    ShowText([""])
    ShowTextAttributes(["kani_fc1", 0, 0, 2])
    ShowText(["\\n<Crab Girl>After mating we release our eggs out into the sea. The eggs wash ashore on the southern coast and a new crab girl is born."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["kani_fc1", 1, 0, 2])
    ShowText(["\\n<Crab Girl>*Bubble* *Bubble* *Fizz* *Fizz* *Fizz*\nNow I can wash you a lot♪"])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["kani_fc1", 0, 0, 2])
    ShowText(["\\n<Crab Girl>Crabs are creatures born for combat. We have a tough shell and super strong pincers."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["kani_fc1", 0, 0, 2])
    ShowText(["\\n<Crab Girl>Sidestep, sidestep... I cannot walk forward,\nbut I can move sideways effortlessly."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 60, 2])
    ShowTextAttributes(["kani_fc1", 0, 0, 2])
    ShowText(["\\n<Crab Girl>I am going to dive really deep. That way I can walk to the temple to meet the giant crab."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 70, 2])
    ShowTextAttributes(["kani_fc1", 0, 0, 2])
    ShowText(["\\n<Crab Girl>The Sea Cucumber Girl and the Shellfish Girl can be seen constantly chasing each other around. They are such good friends."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 80, 2])
    ShowTextAttributes(["kani_fc1", 0, 0, 2])
    ShowText(["\\n<Crab Girl>My foam is completely natural! You can relax knowing it has no ingredients that are bad for the skin."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 90, 2])
    ShowTextAttributes(["kani_fc1", 0, 0, 2])
    ShowText(["\\n<Crab Girl>I am pretty vindictive. I will hunt down anyone who angers me."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 100, 2])
    ShowTextAttributes(["kani_fc1", 0, 0, 2])
    ShowText(["\\n<Crab Girl>The southern coast has lots of baby Crab Girls. It's so cute the way they hobble behind me♪"])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["質問"])
  ControlVariables([13, 13, 0, 2, 1, 50])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["kani_fc1", 0, 0, 2])
    ShowText(["\\n<Crab Girl>Are you good at any housework?"])
    ShowText([""])
    ShowChoices([["Cleaning", "Washing", "Cooking", "Everything"], 0])
    When([0, "掃除"])
      ShowTextAttributes(["kani_fc1", 0, 0, 2])
      ShowText(["\\n<Crab Girl>Huuuh? Amazing! This body just causes a mess."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([1, "洗濯"])
      ShowTextAttributes(["kani_fc1", 0, 0, 2])
      ShowText(["\\n<Crab Girl>Oooh? You're just like me. In that case, shall we have a washing competition?"])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([2, "料理"])
      ShowTextAttributes(["kani_fc1", 0, 0, 2])
      ShowText(["\\n<Crab Girl>Huuuh? Amazing! I'm not good at cooking."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([3, "全部"])
      ShowTextAttributes(["kani_fc1", 0, 0, 2])
      ShowText(["\\n<Crab Girl>Huh? You run an inn?! Amaaazing, that's why you're so good at housework."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["kani_fc1", 0, 0, 2])
    ShowText(["\\n<Crab Girl>What do you think I usually eat?"])
    ShowText([""])
    ShowChoices([["Fish", "Kelp or Seaweed", "Humans", "Crab Girls"], 0])
    When([0, "魚"])
      ShowTextAttributes(["kani_fc1", 0, 0, 2])
      ShowText(["\\n<Crab Girl>I am not a carnivorous crab. I live off kelp and seaweed."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([1, "昆布やワカメ"])
      ShowTextAttributes(["kani_fc1", 0, 0, 2])
      ShowText(["\\n<Crab Girl>Yeah, kelp and seaweed are my primary food sources. I do not like meat or fish."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([2, "人間"])
      ShowTextAttributes(["kani_fc1", 2, 0, 2])
      ShowText(["\\n<Crab Girl>How rude! I do not eat people!"])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    When([3, "カニ娘"])
      ShowTextAttributes(["kani_fc1", 2, 0, 2])
      ShowText(["\\n<Crab Girl>Your mind is scary!"])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["kani_fc1", 0, 0, 2])
    ShowText(["\\n<Crab Girl>Do you know what type of monster I am?"])
    ShowText([""])
    ShowChoices([["Sea-Dweller", "Insect", "Crab Stew"], 0])
    When([0, "海棲系"])
      ShowTextAttributes(["kani_fc1", 0, 0, 2])
      ShowText(["\\n<Crab Girl>Yeah, I'm a Sea-Dweller. My shell is completely different from an insect."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "虫系"])
      ShowTextAttributes(["kani_fc1", 2, 0, 2])
      ShowText(["\\n<Crab Girl>How could you get that wrong? I am a Sea-Dweller. I am nothing like an insect."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([2, "カニ鍋系"])
      ShowTextAttributes(["kani_fc1", 2, 0, 2])
      ShowText(["\\n<Crab Girl>Is that a declaration of war? Then I am going to crush you."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["kani_fc1", 0, 0, 2])
    ShowText(["\\n<Crab Girl>What is your favorite stew ingredient? ...Excluding crab."])
    ShowText([""])
    ShowText([""])
    ShowChoices([["Tofu", "Bok choy", "Kelp", "Crab"], 0])
    When([0, "豆腐"])
      ShowTextAttributes(["kani_fc1", 0, 0, 2])
      ShowText(["\\n<Crab Girl>Oh? That's pretty bland. Well, everyone likes something different."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([1, "はくさい"])
      ShowTextAttributes(["kani_fc1", 0, 0, 2])
      ShowText(["\\n<Crab Girl>You like vegetables? That's pretty strange. Well, everyone likes something different."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([2, "ダシの昆布"])
      ShowTextAttributes(["kani_fc1", 1, 0, 2])
      ShowText(["\\n<Crab Girl>I know right?! That is so delicious♪"])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([3, "カニ"])
      ShowTextAttributes(["kani_fc1", 2, 0, 2])
      ShowText(["\\n<Crab Girl>...I will never forgive you. Prepare yourself."])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["kani_fc1", 0, 0, 2])
    ShowText(["\\n<Crab Girl>Don't be mean to me just because I am a crab. Crabs are pretty cute, right?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["They are cute", "They are okay", "They are creepy"], 0])
    When([0, "可愛い"])
      ShowTextAttributes(["kani_fc1", 1, 0, 2])
      ShowText(["\\n<Crab Girl>I know, right?"])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "普通"])
      ShowTextAttributes(["kani_fc1", 0, 0, 2])
      ShowText(["\\n<Crab Girl>I disagree. Do you not understand how adorable they are?"])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([2, "気持ち悪い"])
      ShowTextAttributes(["kani_fc1", 2, 0, 2])
      ShowText(["\\n<Crab Girl>Th-they are not! Are you trying to make me angry?!"])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["要求"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 13, 0, 10, 2])
    ConditionalBranch([8, 1])
      ShowTextAttributes(["kani_fc1", 0, 0, 2])
      ShowText(["\\n<Crab Girl>My shell was damaged. Hey, can I have an herb?"])
      ShowText([""])
      ShowText([""])
      ControlVariables([24, 24, 0, 3, 0, 1, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give an \\ii[1]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["kani_fc1", 1, 0, 2])
        ShowText(["\\n<Crab Girl>Thanks, I will wash you to show my gratitude♪"])
        ShowText([""])
        ChangeItems([1, 1, 0, 1])
        Script(["change_friend(20)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["kani_fc1", 2, 0, 2])
        ShowText(["\\n<Crab Girl>Hmph! I'm not going to wash you anymore!"])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 20])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ConditionalBranch([8, 335])
      ShowTextAttributes(["kani_fc1", 0, 0, 2])
      ShowText(["\\n<Crab Girl>I'm hungry... Hey, do you have any kind of seaweed?"])
      ShowText([""])
      ShowText([""])
      ControlVariables([24, 24, 0, 3, 0, 335, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give some \\ii[335]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["kani_fc1", 1, 0, 2])
        ShowText(["\\n<Crab Girl>Thanks, I will wash you to show my gratitude♪"])
        ShowText([""])
        ChangeItems([335, 1, 0, 1])
        Script(["change_friend(30)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["kani_fc1", 2, 0, 2])
        ShowText(["\\n<Crab Girl>Hmph! I'm not going to wash you anymore!"])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 30])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["kani_fc1", 0, 0, 2])
    ShowText(["\\n<Crab Girl>There is a bracelet I want. Could someone lend me some money?"])
    ShowText([""])
    ShowText([""])
    ConditionalBranch([7, 240, 0])
      ControlVariables([24, 24, 0, 3, 7, 2, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give 240G? (Remaining: \\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["kani_fc1", 1, 0, 2])
        ShowText(["\\n<Crab Girl>Thanks, I will wash you to show my gratitude♪"])
        ShowText([""])
        ChangeGold([1, 0, 240])
        Script(["change_friend(25)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["kani_fc1", 2, 0, 2])
        ShowText(["\\n<Crab Girl>Hmph! I'm not going to wash you anymore!"])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ShowTextAttributes(["kani_fc1", 2, 0, 2])
      ShowText(["\\n<Crab Girl>...I was not expecting you to not have any."])
      ShowText([""])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  Label(["贈与"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 25, 0, 1, 0])
    ControlVariables([13, 13, 0, 0, 30])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 25, 0, 2, 0])
    ControlVariables([13, 13, 0, 2, 1, 20])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["kani_fc1", 1, 0, 2])
    ShowText(["\\n<Crab Girl>Here's a present. I picked it up while I was walking on the sea floor."])
    ShowText([""])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([171, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Crab Girl gave you some \\ii[171]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["kani_fc1", 1, 0, 2])
    ShowText(["\\n<Crab Girl>Here's a present. I caught it while I was walking on the sea floor."])
    ShowText([""])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([328, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Crab Girl gave you a \\ii[328]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["kani_fc1", 1, 0, 2])
    ShowText(["\\n<Crab Girl>I have earned a bit of money washing penises. I don't really need the small change, so you can have it."])
    ShowText([""])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeGold([0, 0, 400])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Crab Girl gave you 400G!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
